body {
    /*font-family: -apple-system, BlinkMacSystemFont, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;*/
    font-family: "PingFang SC", "Microsoft YaHei";
    font-size: 14px;
}

body, ul, p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

body {
    min-width: 1200px;
}

@font-face{
  font-family: 'DIN-Light';
  src : url('../font/DINPro-Light.otf');
}

@font-face{
  font-family: 'DIN';
  src : url('../font/DINPro-Medium.otf');
}


*{
scrollbar-face-color: #055272; /*面子*/
scrollbar-arrow-color: #25374B; /*箭头*/
scrollbar-3dlight-color: #25374B; /*最外左*/
scrollbar-highlight-color: #a6bfcf; /*左二*/
scrollbar-shadow-color: #25374B; /*右二*/
scrollbar-darkshadow-color: #25374B; /*右一*/
scrollbar-track-color: #a6bfcf; /*滑道*/
}

::-webkit-scrollbar {/*滚动条整体样式*/
width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 10px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.0, rgba(0,0,0,.3)), color-stop(1.0, rgba(0,0,0,.3)),
color-stop(1.0, rgba(0,0,0,.3)));
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

.header {
  height: 40px;
  background: #292929;
}

.header_con {
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header_l {
  float: left;
  height: 40px;
  line-height: 40px;
}

.header_l a {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 24px;
}

.header_l a:hover {
  color: #99331F;
}

.header_l span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
}

.header_r {
  float: right;
  height: 40px;
  line-height: 40px;
  display:flex;
  align-items: center;
}

.header_r .header_r_text {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0 11px;
  position: relative;
}

.header_r .header_r_text:first-child::after {
  content: '|';
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -4px;
  top: 0;
}

.header_r .header_r_text:hover {
  color: #99331F;
  cursor: pointer;
}

.header_r_wx, .header_r_wb {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    top: -7px;
    cursor: pointer;
    margin-left:16px;
}

    .header_r_wx .iconfont, .header_r_wb .iconfont {
        color: rgba(255, 255, 255, 0.5);
        font-size: 24px !important;
    }

        .header_r_wx .iconfont:hover, .header_r_wb .iconfont:hover {
            color: #fff;
        }
    /*.header_r_wx {
  background: url(../img/index/wechat_hover.svg) no-repeat center center;
}

.header_r_wx:hover {
  background: url(../img/index/wechat.svg) no-repeat center center;
}*/
    .header_r_wx:hover .header_r_wx_ewm, .header_r_wb:hover .header_r_wx_ewm {
        display: block;
    }

.header_r_wx_ewm {
  position: absolute;
  background: #fff;
  width: 120px;
  height: 120px;
  left: -48px;
  top: 39px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: none;
  z-index: 3;
}

/*.header_r_wb {
  background: url(../img/index/Sina_Weibo.svg) no-repeat center center;
  left: 10px;
}
.header_r_wb:hover {
  background: url(../img/index/Sina_Weibo_hover.svg) no-repeat center center;
}*/

.header_r_wx_ewm img{
  display: block;
  margin: 14px auto 0;
}

.nav {
  height: 96px;
  background: #FFFFFF;
box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
}

.nav_header {
  width: 1200px;
  margin: 0 auto;
}

.nav_logo {
  float: left;
  margin-top: 28px;
}

.nav_search {
  float: right;
  margin-top: 26px;
  margin-left: 20px;
  position: relative;
}

.nav_header_title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #3D3D3D;
  float: left;
  margin-top: 36px;
  margin-left: 64px;
  letter-spacing: 1px;
}

.nav_des {
    height: 20px;
    width: 107px;
    float: left;
    margin: 38px 46px 0 24px
}

#fm_jsy_search {
    position: relative;
}

.nav_search input#search_keyword {
    display: block;
    width: 148px;
    height: 48px;
    background: #FAFAFA url(../img/index/search.svg) no-repeat 115px center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    text-indent: 16px;
    font-size: 16px;
    outline: none;
}

#fm_jsy_search .sub {
    position: absolute;
    top: 12px;
    right: 14px;
    display: block !important;
    opacity: 0;
    cursor: pointer;
}

.nav_search_focus input {
    background: #fff url(../img/index/search.svg) no-repeat 202px center;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.nav_search_list {
  position: absolute;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 2px;
  border-top: 0;
  height: 116px;
  top: 43px;
  left: 0;
  background: #fff;
  overflow: auto;
  display: none;
  z-index:9;
}

.nav_search_list ul li a {
  display: block;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #A3A3A3;
  text-decoration: none;
}

.nav_search_list ul li a:hover {
  color: #666;
}

.nav_search input::placeholder {
  font-size: 14px;
  color: #CCCCCC;
}

.nav_list {
  float: right;
  /* margin-left: 47px; */
}

.nav_list ul li {
  float: left;
  margin-right: 16px;
}

    .nav_list ul li:last-child {
        margin-right: 0;
    }

    .nav_list ul li a {
        display: block;
        height: 96px;
        line-height: 96px;
        text-decoration: none;
        font-family: PingFang SC;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        color: #3D3D3D;
        padding: 0 16px;
    }

.nav_list_active {
  background: rgba(179, 45, 18, 0.9) !important;
  box-shadow: 0px 8px 16px rgba(179, 45, 18, 0.2);
  border-radius: 0px 0px 2px 2px;
  color: #fff !important;
}

.nav_list ul li a:hover {
    background: #F5F5F5;
    border-radius: 0px 0px 2px 2px;
}

.footer {
  background: #2d3237;
}

.footer_con {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 40px 0;
  box-sizing: border-box;
}

.footer_link h3 {
  line-height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.footer_link_a a {
    line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    position: relative;
}

.footer_link_a a:hover {
  color: #fff;
  text-decoration:underline;
}

.footer_link_a em {
  line-height: 24px;
    font-size: 12px;
    color: #707682;
    font-style: normal;
    margin: 0 5px;
    position: relative;
    top: -1px;
}

.footer_link_a {
    padding-bottom: 20px;
    margin-bottom: 26px;
}

.footer_xgxx {
  float: left;
  /*width: 210px;*/
  margin-right: 86px;
}

.footer_xgxx_zqsm {
    width: 80px;
    height: 28px;
    background: rgba(230, 57, 23, 0.05);
    border: 1px solid rgba(230, 58, 23, 0.1);
    box-sizing: border-box;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #E63917;
    opacity: 0.6;
    cursor: pointer;
    margin-top: 24px;
}

    .footer_xgxx_zqsm:hover {
        background: #B32D12;
        border: #B32D12;
        color: #FFFFFF;
        opacity: 1;
    }

    .zqsm {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 11;
        
        display: none;
    }

.zqsm_1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zqsm_box {
    width: 394px;
    height: 476px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.zqsm_close_icon {
    background: url('../img/icon_close.png') no-repeat center center;
    display: inline-block;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.zqsm_close {
    height: 30px;
    line-height: 30px;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 20px 0;
}

.footer_xgxx h3 {
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 12px;
    letter-spacing: 1px;
}

    .footer_xgxx ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.5);
    }

.footer_xgxx ul li a:hover {
  color: #fff;
  text-decoration:underline;
}

    .footer_xgxx p {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 12px;
    }

    .footer_erm {
        float: right;
    }

.footer_erm_img {
    float: left;
    margin-right: 16px;
    width: 120px;
    height: 153px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    border-radius: 4px;
}

    .footer_erm_img:last-child {
        margin-right: 0;
    }

    .footer_erm_img_m {
        height: 120px;
        width: 120px;
    }

.footer_erm_img img {
    height: 120px;
    width: 120px;
}

.footer_erm_img h4 {
  font-weight: normal;
  text-align: center;
  color: #707682;
  line-height: 33px;
  height: 33px
}

.footer_list {
  /*border-bottom: 1px solid #3b4044;*/
  padding-bottom: 25px;
  margin-bottom: 8px;
  padding-top: 16px;
}

.footer_beian {

}

.footer_beian_l {
  float: left;
  line-height: 20px;
  font-size: 12px;
  color: #707682;
}

.footer_beian_l a {
  line-height: 20px;
  font-size: 12px;
  color: #707682;
  text-decoration: none;
}

.footer_beian_r {
  float: right;
}

.footer_beian_jssj, .footer_beian_ph {
  width: 70px;
  height: 62px;
  float: left;
  font-size: 0;
  cursor: pointer;
}

.footer_beian_l a:hover {
  color: #c6cfe2;
}

.footer_beian_jssj {
  margin-right: 20px;
  background: url(../img/index/hz_5.png) no-repeat center top;
}

.footer_beian_jssj:hover {
  background: url(../img/index/hz_5.png) no-repeat center -62px;
}

.footer_beian_ph {
  background: url(../img/index/hz_6.png) no-repeat center top;
}

.footer_beian_ph:hover {
  background: url(../img/index/hz_6.png) no-repeat center -62px;
}

.footer_box {
  /*border-bottom: 1px solid #3b4044;*/
}

.footer_adver {
    height: 178px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 32px;
    background: rgba(0, 0, 0, 0.1);
}

.footer_adver ul {
  display: inline-block;
}

.footer_adver ul li {
  float: left;
  margin-right: 20px;
}

.footer_adver ul li:last-child {
  margin-right: 0;
}

.footer_adver ul li a {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow:hidden;
}

    .footer_adver ul li a img {
        display: block;
    }

    .footer_adver ul li a div {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
    }

        .footer_adver ul li a div:hover {
            background: rgba(0, 0, 0, 0);
        }

        .footer_adver p, .footer_adver p a {
            font-family: PingFang SC;
            font-style: normal;
            font-weight: normal;
            font-size: 10px;
            line-height: 14px;
            text-align: center;
            color: rgba(255, 255, 255, 0.2);
            margin-top: 20px;
            text-decoration: none;
        }

    .navigation {
        height: 40px;
        background: #FAFAFA;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
    }

.navigation_cen {
  width: 1200px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
}

.navigation_cen span, .navigation_cen a {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #3D3D3D;
  text-decoration: none;
}

.navigation_cen a:hover {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  width: 48px;
  height: 145px;
  background: #fff;
  border: 1px solid#f5f5f5;
  right: 16px;
  bottom: 100px;
}

.fixed ul li {
  height: 48px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  line-height: 48px;
  text-align:center;
  position:relative;
}

    .fixed .iconfont {
        font-size: 24px;
        color: #7A7A7A;
    }
    /* .fixed ul li:hover {
  background: #f5f5f5;
} */
    .fixed ul li:last-child {
        border-bottom: none;
    }

/*.fixed_1 {
  background: url(../img/other/wechat.svg) no-repeat center center;
}
*/
.fixed_1:hover .iconfont {
    /*background: #f5f5f5 url(../img/other/wechat_1.svg) no-repeat center center;*/
    color: rgba(71, 178, 125, 1);
}

.fixed_1:hover .fixed_ewm, .fixed_3:hover .fixed_ewm {
    display: block;
}
/*.fixed_2 {
  background: url(../img/other/qq_1.svg) no-repeat center center;
}*/
.fixed_2:hover .iconfont {
    /*background: #f5f5f5 url(../img/other/qq.svg) no-repeat center center;*/
    color: #477DB2;
}

/*.fixed_3 {
  background: url(../img/other/phone.svg) no-repeat center center;
}*/

.fixed_3:hover .iconfont {
    /*background: #f5f5f5 url(../img/other/phone_1.svg) no-repeat center center;*/
    color: #E66112;
}

.fixed_4 {
  background: url(../img/other/top.svg) no-repeat center center;
}

.fixed_4:hover {
  background: #f5f5f5 url(../img/other/top.svg) no-repeat center center;
}

.fixed_4 a {
  display: block;
  height: 100%;
  width: 100%;
}

.fixed_ewm {
    height:106px;
    width: 106px;
    background:#fff;
    position:absolute;
    top: 0;
    left: -116px;
    /*display:flex;
    justify-content:center;
    align-items: center;*/
    display:none;
}

    .fixed_ewm img {
        height: 86px;
        width: 86px;
        margin: 10px auto;
    }

.app_down {
    width: 104px;
    height: 32px;
    line-height: 30px;
    background: rgba(179, 45, 18, 0.9);
    /* CNGOLD */
    border: 1px solid #B32D12;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    padding-left: 12px;
    font-family: PingFang SC;
    font-style: normal;
    font-size: 14px;
    cursor:pointer;
}

    .app_down:hover {
        background: #B32D12;
    }

    .app_down_text {
        padding-left: 4px;
    }
.festival {
    width: 100%;
    background: #b22724 url("../../images/festival1.jpg")no-repeat center 0px/2560px 1280px;
}
.festival_div {
    width: 1280px;
    margin: 0 auto;
    background:#fff;
}